FontImageScrolling version 1.0

This applet displays a scrolling text with a custom font. The font is loaded from an image file, which is a large strip containing all the letters. You can see a sample by viewing the file 'letters.gif' in the 'images&sounds' directory. In this image you can draw all the letters and numbers or only the letters you need in your text. Then you have to specify the letters map, that is to say the letters you have drawn in the image, letter by letter. A letters map could be ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 !?:/\

Name

Description

Default

Status

text the text - required
text_height force the text height (pixels) letters image height optional
direction scrolling direction, "left" or "right" left required
text_step the scrolling step (pixels) 2 required
letters_image the image containing the letters - required
letters_map the letters map, that is to say the letters you have put in the image file, in the same order - required
pause the animation pause 100 required
background_color the background color gray required
status_bar_text the text to display in the status bar when the mouse is over - optional
sound_name the sound played on load - optional
loop_sound - "yes" : to loop the onload sound
- "no" : played one time
no optional
enter_sound_name the sound played when mouse over - optional
clic_sound_name the sound played when click - optional
link URL linked page when click - optional
target the target of the new page :
- "_blank" : show in a new unnamed top-level window
          - "_self" : show in the current frame
           - "_parent" : show in the parent frame
           - "_top" : show in the top-most frame
or a custom frame name
_blank optional
registration_code the registration code - required

 

Special notes

* You can put relative URL (to target a file on your site) or absolute (with "http://...")
URL. example:
    relative URL: ../home/home.html
    absolute URL: http://www.yahoo.com

* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color.

Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com